Éléments HTML
  1. <a>
  2. <abbr>
  3. <acronym>
  4. <address>
  5. <area>
  6. <article>
  7. <aside>
  8. <audio>
  9. <b>
  10. <base>
  11. <bdi>
  12. <bdo>
  13. <big>
  14. <blockquote>
  15. <body>
  16. <br>
  17. <button>
  18. <canvas>
  19. <caption>
  20. <center>
  21. <cite>
  22. <code>
  23. <col>
  24. <colgroup>
  25. <data>
  26. <datalist>
  27. <dd>
  28. <del>
  29. <details>
  30. <dfn>
  31. <dialog>
  32. <dir>
  33. <div>
  34. <dl>
  35. <dt>
  36. <em>
  37. <embed>
  38. <fieldset>
  39. <figcaption>
  40. <figure>
  41. <font>
  42. <footer>
  43. <form>
  44. <frame>
  45. <frameset>
  46. <h1>
  47. <head>
  48. <header>
  49. <hgroup>
  50. <hr>
  51. <html>
  52. <i>
  53. <iframe>
  54. <image>
  55. <img>
  56. <input>
  57. <ins>
  58. <kbd>
  59. <label>
  60. <legend>
  61. <li>
  62. <link>
  63. <main>
  64. <map>
  65. <mark>
  66. <marquee>
  67. <menu>
  68. <menuitem>
  69. <meta>
  70. <meter>
  71. <nav>
  72. <nobr>
  73. <noembed>
  74. <noframes>
  75. <noscript>
  76. <object>
  77. <ol>
  78. <optgroup>
  79. <option>
  80. <output>
  81. <p>
  82. <param>
  83. <picture>
  84. <plaintext>
  85. <portal>
  86. <pre>
  87. <progress>
  88. <q>
  89. <rb>
  90. <rp>
  91. <rt>
  92. <rtc>
  93. <ruby>
  94. <s>
  95. <samp>
  96. <script>
  97. <search>
  98. <section>
  99. <select>
  100. <slot>
  101. <small>
  102. <source>
  103. <span>
  104. <strike>
  105. <strong>
  106. <style>
  107. <sub>
  108. <summary>
  109. <sup>
  110. <table>
  111. <tbody>
  112. <td>
  113. <template>
  114. <textarea>
  115. <tfoot>
  116. <th>
  117. <thead>
  118. <time>
  119. <title>
  120. <tr>
  121. <track>
  122. <tt>
  123. <u>
  124. <ul>
  125. <var>
  126. <video>
  127. <wbr>
  128. <xmp>

    type <input> :
    1. <input type="button">
    2. <input type="checkbox">
    3. <input type="color">
    4. <input type="date">
    5. <input type="datetime-local">
    6. <input type="email">
    7. <input type="file">
    8. <input type="hidden">
    9. <input type="image">
    10. <input type="month">
    11. <input type="number">
    12. <input type="password">
    13. <input type="radio">
    14. <input type="range">
    15. <input type="reset">
    16. <input type="search">
    17. <input type="submit">
    18. <input type="tel">
    19. <input type="text">
    20. <input type="time">
    21. <input type="url">
    22. <input type="week">